inst/extdata/MSCR596_-_Advanced_Data_Management_in_R/06 Branch Loop/customTests.R

source(system.file("extdata/commonCustomTests.R", package = "admswirl"))

test_ifelse <- function() {
  print("x is less than or equal to 10")
}

test_ifelseelse <- function() {
  print("x is greater than 4")
}

test_ifif <- function() {
  print("x is greater than 4")
}

test_center <- function() {
  TRUE
}
bbbruce/admswirl documentation built on Sept. 4, 2023, 4:16 a.m.